home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 2.iso / pc / select.dir / 00001.ls next >
Encoding:
Text File  |  1998-03-09  |  314 b   |  19 lines

  1. on exitFrame
  2.   global win_flag, movdy
  3.   set win_flag to 0
  4.   set the colorDepth to 16
  5.   if the machineType = 256 then
  6.     set win_flag to 1
  7.     set movdy to 18
  8.   else
  9.     set movdy to 16
  10.   end if
  11.   if win_flag = 1 then
  12.     go(1, "@¥DATA¥OPEN.DIR")
  13.     exit
  14.   else
  15.     go(1, "@:DATA:OPEN.DIR")
  16.     exit
  17.   end if
  18. end
  19.